From f3c0fd5991287f15ef7a37ba347cb1286d16a3cf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 12 Nov 2003 20:01:26 +0000 Subject: [PATCH] Clarify the label for the empty list. String change. (#95446, Tomas MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Wed Nov 12 21:00:10 2003 Matthias Clasen * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the label for the empty list. String change. (#95446, Tomas Ögren) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkinputdialog.c | 2 +- 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5cc958b85b..57d4b3d22c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 12 21:00:10 2003 Matthias Clasen + + * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the + label for the empty list. String change. (#95446, Tomas Ögren) + Wed Nov 12 20:57:50 2003 Matthias Clasen * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5cc958b85b..57d4b3d22c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Wed Nov 12 21:00:10 2003 Matthias Clasen + + * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the + label for the empty list. String change. (#95446, Tomas Ögren) + Wed Nov 12 20:57:50 2003 Matthias Clasen * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5cc958b85b..57d4b3d22c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Wed Nov 12 21:00:10 2003 Matthias Clasen + + * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the + label for the empty list. String change. (#95446, Tomas Ögren) + Wed Nov 12 20:57:50 2003 Matthias Clasen * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5cc958b85b..57d4b3d22c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Wed Nov 12 21:00:10 2003 Matthias Clasen + + * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the + label for the empty list. String change. (#95446, Tomas Ögren) + Wed Nov 12 20:57:50 2003 Matthias Clasen * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5cc958b85b..57d4b3d22c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Wed Nov 12 21:00:10 2003 Matthias Clasen + + * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the + label for the empty list. String change. (#95446, Tomas Ögren) + Wed Nov 12 20:57:50 2003 Matthias Clasen * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct diff --git a/gtk/gtkinputdialog.c b/gtk/gtkinputdialog.c index cbbda5ca95..d2b521d487 100644 --- a/gtk/gtkinputdialog.c +++ b/gtk/gtkinputdialog.c @@ -239,7 +239,7 @@ gtk_input_dialog_init (GtkInputDialog *inputd) gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox), private->main_vbox, TRUE, TRUE, 0); - private->no_devices_label = gtk_label_new (_("No input devices")); + private->no_devices_label = gtk_label_new (_("No extended input devices")); gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox), private->no_devices_label, TRUE, TRUE, 0); -- 2.30.2